-
Notifications
You must be signed in to change notification settings - Fork 8
DOC-527 | Re-organize geospatial data representation and interpretation #384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Deploy Preview Available Via |
site/content/3.12/index-and-search/indexing/working-with-indexes/geo-spatial-indexes.md
Show resolved
Hide resolved
site/content/3.12/index-and-search/indexing/working-with-indexes/geo-spatial-indexes.md
Outdated
Show resolved
Hide resolved
Need to exclude pages that generate headlines from data or Hugo fails, so this kind of check is incomplete
Hugo seems to support checking the anchors of other pages without a measurable performance hit but builds fail if the linked-to pages create headlines from data using shortcodes. This might be bite-your-own tail problem. I extended the link checking but excluded the server options and optimizer rule pages that caused build failures. This is better than before but if we want to catch all broken links, we probably have to use a tool like htmltest that runs after the build. But in that case, we need to address some non-trivial issues with htmltest. |
Description
https://deploy-preview-384--docs-hugo.netlify.app/devel/aql/functions/geo/
https://deploy-preview-384--docs-hugo.netlify.app/devel/index-and-search/indexing/working-with-indexes/geo-spatial-indexes/
Upstream PRs